home *** CD-ROM | disk | FTP | other *** search
- on mainMenuRollovers
- if rollOver(40) then
- puppetSprite(40, 1)
- set the castNum of sprite 40 to cast "b030.roll"
- updateStage()
- else
- set the castNum of sprite 40 to cast "b030"
- updateStage()
- end if
- if rollOver(41) then
- puppetSprite(41, 1)
- set the castNum of sprite 41 to cast "b011.roll"
- updateStage()
- else
- set the castNum of sprite 41 to cast "b011"
- updateStage()
- end if
- if rollOver(42) then
- puppetSprite(42, 1)
- set the castNum of sprite 42 to cast "b024.roll"
- updateStage()
- else
- set the castNum of sprite 42 to cast "b024"
- updateStage()
- end if
- if rollOver(43) then
- puppetSprite(43, 1)
- set the castNum of sprite 43 to cast "b025.roll"
- updateStage()
- else
- set the castNum of sprite 43 to cast "b025"
- updateStage()
- end if
- if rollOver(44) then
- puppetSprite(44, 1)
- set the castNum of sprite 44 to cast "b026.roll"
- updateStage()
- else
- set the castNum of sprite 44 to cast "b026"
- updateStage()
- end if
- if rollOver(45) then
- puppetSprite(45, 1)
- set the castNum of sprite 45 to cast "b027.roll"
- updateStage()
- else
- set the castNum of sprite 45 to cast "b027"
- updateStage()
- end if
- if rollOver(46) then
- puppetSprite(46, 1)
- set the castNum of sprite 46 to cast "b028.roll"
- updateStage()
- else
- set the castNum of sprite 46 to cast "b028"
- updateStage()
- end if
- if rollOver(47) then
- puppetSprite(47, 1)
- set the castNum of sprite 47 to cast "b029.roll"
- updateStage()
- else
- set the castNum of sprite 47 to cast "b029"
- updateStage()
- end if
- end
-